From Cppreference
A wide null-terminated string is a sequence of valid wide characters, ending with a null-character.
[edit] Character manipulation
|
|
|
| checks if a wide character is alphanumeric (function)
|
|
|
|
| checks if a wide character is alphabetic (function)
|
|
|
|
| checks if a wide character is lowercase (function)
|
|
|
|
| checks if a wide character is an uppercase character (function)
|
|
|
|
| checks if a wide character is a digit (function)
|
|
|
|
| checks if a character is a hexadecimal character (function)
|
|
|
|
| checks if a wide character is a control character (function)
|
|
|
|
| checks if a wide character is a graphical character (function)
|
|
|
|
| checks if a wide character is a space character (function)
|
|
|
|
| (function)
|
|
|
|
| checks if a wide character is a printing character (function)
|
|
|
|
| checks if a wide character is a punctuation character (function)
|
|
|
|
| (function)
|
|
|
|
| converts a wide character to lowercase (function)
|
|
|
|
| converts a wide character to uppercase (function)
|
|
|
|
| (function)
|
|
|
|
| (macro constant)
|
| Defined in header <cwctype>
|
|
|
| wctrans_t
|
|
|
|
| wctype_t
|
|
|
|
| wint_t
|
|